home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1601_700 / DISK1634 / DISK1634.ZIP / TELL.DOC < prev    next >
Text File  |  1989-11-17  |  2KB  |  47 lines

  1. TELL
  2. =====
  3.  
  4. Filename:  TELL.EXE
  5.  
  6. Sytnax  :  TELL <filename> <searchString> /G/Q
  7.      filename is optional
  8.      Search string is optional
  9.      Switches are optional
  10.  
  11. Purpose : This  program is  designed to  display information  about
  12.           key  words and phrases.
  13.  
  14.  
  15. Remarks : The  information is contained  in a text  file (@TELL.TXT)
  16.           that the program looks up. This file should be in the
  17.           current directory.
  18.  
  19.           The  program accepts  as a  parameter the  text to  be
  20.           looked  up. If no parameter is supplied,  the program will
  21.           print the  first few lines from the file, which  contain
  22.           information on how to use  the program, and the help items
  23.           available.
  24.  
  25.           I have placed into the file @TELL.TXT  information on most
  26.           of the MS DOS commands, and various useful programs.
  27.  
  28.           The file is  ASCII text, and can be updated  to add new
  29.           information. The text for each help  item must start in
  30.           column one, must  start with an @ sign,  and must  be in
  31.           uppercase.  You  are restricted  to a  screen of information
  32.           on the command. Text of other commands can also be changed.
  33.  
  34.           The  first line  of the  file is  the configuration  of the
  35.           program. It defaults  to no  snow, but  uses direct  screen
  36.           writes.  If you  wish to change it, alter the first line of
  37.           the file as follows
  38.  
  39. Switches :
  40.  
  41.           /G    Generic MSDOS - uses BIOS calls for all screen writes
  42.  
  43.           /Q    Wait  for  vertical  Retrace  on  screen  writes  -
  44.                 helps to prevent snow on older CGA boards.
  45.  
  46.  
  47.